home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / Appearance.idl < prev    next >
Text File  |  1996-05-01  |  1KB  |  62 lines

  1. /*
  2.      File:        Appearance.idl
  3.  
  4.      Contains:    Appearance Manager Interfaces.
  5.  
  6.      Version:    Technology:    System 8
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __APPEARANCE_IDL__
  19. #define __APPEARANCE_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __QUICKDRAW_IDL__
  25. #include <Quickdraw.idl>
  26. #endif
  27. #ifndef __TYPES_IDL__
  28. #include <Types.idl>
  29. #endif
  30.  
  31. #ifdef __SOMIDL__
  32.  
  33. #if FOR_SYSTEM8_COOPERATIVE
  34. /* Appearance Manager Error Codes (will move to Errors.i) -4200 through -4249 */
  35. /*
  36.  * System Pattern (PixPat) Indices for GetThemePixPat and SetThemePen
  37. */
  38. /*
  39.  * System Text and other RGBColor Indices for GetThemeColor and SetThemeFore/BackColor.
  40. */
  41. /*
  42.  *    System Appearance Information
  43. */
  44. /*
  45.  System Patterns
  46.  *
  47.  * WARNING: Patterns returned by GetThemePixPat are shared by the system and other
  48.  * running applications.  These patterns are updated by the system automatically
  49.  * whenever the theme changes.  They are system-owned and must not be disposed.
  50.  * Never dispose a PixPatHandle obtained from GetThemePixPat or the system will crash.
  51. */
  52. /* System colors */
  53. /*
  54.  *    Appearance Drawing Primitives
  55. */
  56. #endif
  57.  
  58. #endif /* __SOMIDL__ */
  59.  
  60. #endif /* __APPEARANCE_IDL__ */
  61.  
  62.